From: Ian Campbell Date: Wed, 27 Jan 2016 17:06:09 +0000 (+0000) Subject: xenstore: add stddef.h to xenstore_lib.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1818 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=0f2b207d464f6b2a3508934a86b79557d3d0f0fd;p=xen.git xenstore: add stddef.h to xenstore_lib.h xs_perm_to_string takes a size_t which isn't defined by anything pulled in directly by this header. Given the other headers xenstore_lib.h pulls in this looks to be an oversight rather than a deliberate policy. Signed-off-by: Ian Campbell Acked-by: Wei Liu --- diff --git a/tools/xenstore/include/xenstore_lib.h b/tools/xenstore/include/xenstore_lib.h index 5a10c6c937..462b7b9d40 100644 --- a/tools/xenstore/include/xenstore_lib.h +++ b/tools/xenstore/include/xenstore_lib.h @@ -19,6 +19,7 @@ #ifndef XENSTORE_LIB_H #define XENSTORE_LIB_H +#include #include #include #include